tegra: seaboard: Correct the gpio_request() call
authorSimon Glass <[email protected]>
Tue, 10 Mar 2015 01:12:57 +0000 (19:12 -0600)
committerTom Warren <[email protected]>
Mon, 30 Mar 2015 16:59:58 +0000 (09:59 -0700)
commit37220efab846ece7cdfc7a8fba3d8294adc6093d
tree46bfcea8c5fa4cc66374ff77b075b28473bde489
parenta101638ece27fe8c4b42c654c047d0eacc92b1a8
tegra: seaboard: Correct the gpio_request() call

Requesting a GPIO without a name is not supposed anymore. This causes the
request to fail. Add a name so that the serial console works on seaboard.

Signed-off-by: Simon Glass <[email protected]>
Reported-by: Stephen Warren <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
board/nvidia/seaboard/seaboard.c